From a2dd849e99860e65f4f52716569500eb2b147434 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 6 Apr 1994 06:01:15 +0000 Subject: [PATCH] (temp_echo_area_glyphs): Use PT, not point. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 89d5ddb0235..adad052052a 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1019,7 +1019,7 @@ temp_echo_area_glyphs (m) SET_PT (osize); Vinhibit_quit = Qt; Fsit_for (make_number (2), Qnil, Qnil); - del_range (point, ZV); + del_range (PT, ZV); if (!NILP (Vquit_flag)) { Vquit_flag = Qnil; -- 2.30.2